home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 May / Macworld (1999-05).dmg / Shareware World / Comms & Internet / Net.Dreams Remote Mail 1.0 / RM-Plain / mailbox.remotemail < prev    next >
Text File  |  1999-01-26  |  1KB  |  39 lines

  1. <html>
  2.     <head>
  3.         <title>View Mailbox</title>
  4.     </head>
  5.     <body bgcolor="#e0f0e0">
  6.     
  7. <center><h2>View Mailbox</h2></center>
  8.  
  9. <table width=90% border=1>
  10. <tr>
  11.     <th>#</th>
  12.     <th>Subject</th>
  13.     <th>Sender</th>
  14.     <th>Action</th>
  15. </tr>
  16. [mailbox]<tr>
  17.     <td>[msgno]</td>
  18.     <td><a href="message.remotemail?msgno=[msgno]">[subject]</a></td>
  19.     <td>[sender]</td>
  20.     <td><a href="mailbox.remotemail$[xid]?delete=[msgno]">Delete</a></td>
  21. </tr>[/mailbox]
  22. </table>
  23. <center>There are [msgcount] messages.</center>
  24. <P>
  25.  
  26.     <center>
  27.         <a href="mailbox.remotemail$[xid]?listfrom=top">Top</a> | 
  28.         <a href="mailbox.remotemail$[xid]?listfrom=r">Previous [maxmsgs] Messages</a> | 
  29.         <a href="mailbox.remotemail$[xid]?listfrom=f">Next [maxmsgs] Messages</a> | 
  30.         <a href="mailbox.remotemail$[xid]?listfrom=bottom">Bottom</a>
  31.         <br>
  32.         <a href="compose.remotemail$[xid]">Compose New Message</a> | 
  33.         <a href="logout.remotemail$[xid]">Log Out</a> | 
  34.         <a href="login.remotemail$[xid]?logout=1">Log in as a new user</a> | 
  35.         <a href="mailbox.remotemail$[xid]?checknew=1&listfrom=bottom">Check for new messages</a>
  36.     </body>
  37.  
  38. </html>
  39.